home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Essentials / Human.Int.Notes / HIN.008 < prev    next >
Encoding:
Text File  |  1990-06-19  |  2.6 KB  |  63 lines  |  [TEXT/pdos]

  1. Human Interface Note #8    
  2. _____________________________________________________________________________
  3.  
  4. Note #8    Keyboard Equivalents
  5.  
  6.            Revised by:    Scott Jenson                             June 1990
  7.            Written by:    Scott Jenson                             April 1990
  8. _____________________________________________________________________________
  9.  
  10. A discussion of the standard Apple Human Interface keyboard equivalents.
  11. _____________________________________________________________________________
  12.  
  13.  
  14. Standard Keyboard Equivalents
  15.  
  16.                N    New            Z    Undo
  17.                O    Open...        X    Cut
  18.                W    Close          C    Copy
  19.                S    Save           V    Paste
  20.                P    Print...       A    Select All
  21.                Q    Quit
  22.  
  23. These keyboard equivalents are reserved across all applications.  If 
  24. your application does not support one of these commands, it should not 
  25. use these keys for any other function.  This restriction is for the 
  26. user's benefit; it gives them guaranteed, predictable behavior across 
  27. all applications.  Using Command-O to mean "Open..." ninety-nine percent 
  28. of the time and "Ostracize..." in your special case does two things:  1) 
  29. users do not consider using Command-O, as it is already taken by all 
  30. other applications, and 2) the variability of the equivalent only 
  31. weakens their perception of consistency.
  32.  
  33.  
  34. Other Common Keyboard Equivalents
  35.  
  36.                F    Find...        T    Plain Text
  37.                G    Find Again     B    Bold
  38.                I    Italic
  39.                U    Underline
  40.  
  41. These Command keys equivalents are secondary to the standard keys 
  42. previously listed.  If your product does not support one of these 
  43. functions, then feel free to use these equivalents as you wish.
  44.  
  45. Note that the keyboard equivalents for Print... and Plain Text are 
  46. different from past Human Interface guidelines, which suggested P for 
  47. Plain Text and nothing at all for Print.  The marketplace has, by and 
  48. large, standardized upon P for Print, leaving no common Command key 
  49. equivalent for Plain Text.  Apple has accepted this change and now 
  50. suggests standardizing on T for Plain Text, based upon its mnemonic 
  51. value and common usage among applications that use P for Print.
  52.  
  53.  
  54. Unnecessary Command Keys
  55.  
  56. There should not be Command key equivalents for infrequently used menu 
  57. commands.  This type of usage only burdens your users and constrains 
  58. your life even more.  Only add Command key equivalents to commands your 
  59. users use most frequently.  As infrequently as it is chosen by most 
  60. users, "Page Setup..." is an example of menu command that does not need a 
  61. key equivalent.
  62.  
  63.